GtkTextView: various code clean-ups
authorSébastien Wilmet <swilmet@gnome.org>
Fri, 15 Aug 2014 18:54:01 +0000 (20:54 +0200)
committerSébastien Wilmet <swilmet@gnome.org>
Wed, 20 Aug 2014 17:19:10 +0000 (19:19 +0200)
commitf39d211021de7ebe4c0066b1a54272a4880e17be
tree2011e7d1f1f259983e9fce99e2f3030df46757ee
parent7bc819e88d8880487653740f55e9bf072d5de36e
GtkTextView: various code clean-ups

- only one blank line is enough to separate code sections.
- the 'signals' variable was in the middle of function prototypes.
- compare pointers to NULL in some conditions ("if(blah) should be used
  only if blah is a boolean variable). It makes the code clearer.
- various other things.
gtk/gtktextbuffer.c
gtk/gtktextiter.c